/*------------- CSSReset -----------*/

/** 清除边距 **/
body,h1,h2,h3,h4,h5,h6,p,blockquote, /* structural elements 结构元素 */
dl,dt,dd,ul,ol,li, /* list elements 列表元素 */
form,fieldset,legend,button,input,textarea, /* form elements 表单元素 */
th,td /* table elements 表格元素 */ {margin:0;padding:0;}

/** 字体设置 **/
body,button,input,select,textarea /* for ie */{font:12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;}

/** 重置列表元素 **/
ul,ol{list-style:none outside none;}

/** 重置表单元素 **/
fieldset,img{border:0;} /* img 搭车：让链接里的 img 无边框 */
button,input,select,textarea {font-size:100%;} /* 使得表单元素在 ie 下能继承字体大小 */

/** 重置元素垂直居中 **/
img,input,select,textarea,button{vertical-align:middle;}

/** 文字连接 **/
a:link,a:visited{color:#404040; text-decoration:none;}
a:hover{ color:#0076a2; text-decoration:underline;}

/** 浮动 **/
.fl{float:left;}
.fr{float:right;}

/** 清除浮动 **/
.clear{clear:both;}

/** 间隔 **/
.space10{height:10px; font-size:0; overflow:hidden; clear:both;}
.space15{height:15px; font-size:0; overflow:hidden; clear:both;}

/** 边框 **/
.noborder{ border-bottom:none !important;}

/** 字体颜色设置 **/
.gray{ color:#9f9f9f !important;}
.orange{color:#ff5e00 !important;}

/** 字体对齐 **/
.textrt{ text-align:right;}
.textct{ text-align:center;}

/** 间距设置 **/
.marlf5{ margin-left:5px;}
.marrt5{ margin-right:5px;}
.marrt8{ margin-right:8px !important;}






